home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00552_controls bailout btn.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  449 b   |  22 lines

  1. set gInSetup to 0
  2. highlight(the clickOn)
  3. updateStage()
  4. if gPlace = #menu then
  5.   goMenu()
  6. else
  7.   if gFlowType = #SCRAMBLE then
  8.     set tmp to gBlindfold
  9.     set gBlindfold to gOldDelay
  10.     set gOldDelay to tmp
  11.   else
  12.     if gTest and ((the frame - 1) = label("controls1")) then
  13.       set gStartTime to the ticks
  14.       clearScore()
  15.       set gPage to setPage(1)
  16.       initPage()
  17.       checkLoad()
  18.     end if
  19.   end if
  20.   goChangeMeta("initPlay")
  21. end if
  22.